Skip to content

Enrich paper with examples, figures, and algorithm citations#111

Merged
GiggleLiu merged 4 commits intomainfrom
jg/paper-writing
Feb 28, 2026
Merged

Enrich paper with examples, figures, and algorithm citations#111
GiggleLiu merged 4 commits intomainfrom
jg/paper-writing

Conversation

@GiggleLiu
Copy link
Copy Markdown
Contributor

Summary

  • Restructured problem-def to separate formal definition from bodyproblem-def(name)[def][body] now has three parameters, with auto-generated sections (complexity table, reductions, schema) appearing between them
  • Added example visualizations to all 21 problem definitions — concrete small instances with CetZ figures showing solutions on graphs (Petersen, house, path, K4, etc.), set diagrams, matrix grids, and car sequences
  • Fixed algorithm citation style — replaced terse "Best known: O*(...)" appendages with natural prose naming algorithms and citing references; added footnote warnings for brute-force entries without specialized algorithms
  • Added set diagram primitives to lib.typselem() for universe elements and sregion() for set regions (ellipse-based)
  • Created write-model-in-paper and write-rule-in-paper skills — full authoring guides for paper entries
  • Fixed 3 incorrect algorithm names — DomSet (branch-and-reduce → measure-and-conquer), Clique (O*(1.2109^n) → O*(1.1888^n) @Robson2001), ILP (lattice-based enumeration → FPT algorithm)

Test plan

🤖 Generated with Claude Code

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.88%. Comparing base (1901a5f) to head (348b48e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files         196      196           
  Lines       26747    26747           
=======================================
  Hits        25913    25913           
  Misses        834      834           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@GiggleLiu GiggleLiu merged commit 9104073 into main Feb 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant